home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- access;
- symbols;
- locks
- dglattin:1.1; strict;
- comment @ * @;
-
-
- 1.1
- date 92.08.18.04.58.04; author dglattin; state Exp;
- branches;
- next ;
-
-
- desc
- @test code.
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @#ifndef __SUBCLASS4_H
- #define __SUBCLASS4_H
-
-
- #include <SubClass1.h>
-
- @@interface SubClass4 : SubClass1 {
- }
-
- + initialize;
- + newOther;
-
- + ( int )return12;
- - ( int )return15;
- - ( int )return33;
- - ( int )return45;
-
- @@end
-
- #endif
-
- @
-